runtime.spanSet.spineLen (field)

7 uses

	runtime (current package)
		mspanset.go#L37: 	spineLen  atomic.Uintptr            // Spine array length
		mspanset.go#L89: 	spineLen := b.spineLen.Load()
		mspanset.go#L100: 		spineLen = b.spineLen.Load()
		mspanset.go#L139: 		b.spineLen.Store(spineLen + 1)
		mspanset.go#L162: 		spineLen := b.spineLen.Load()
		mspanset.go#L246: 	if uintptr(top) < b.spineLen.Load() {
		mspanset.go#L277: 	b.spineLen.Store(0)